home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software 2000
/
Software 2000 Volume 1 (Disc 1 of 2).iso
/
aga
/
aga022.dms
/
in.adf
/
AlertTimer
/
MakeAlert.asm
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Assembly Source File
|
1993-01-11
|
188 b
|
9 lines
move.l #$35000001,d7 ;Alert code: subsystem id = application,
suba.l a5,a5 ;error code = 1
move.l 4.w,a6 ;execbase
jsr -108(a6) ;Alert function called
clr.l d0 ;returned OK
rts